home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 18566 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  855 b 

  1. Path: hubcap.clemson.edu!usenet
  2. From: rmcguir@hubcap.clemson.edu (Bryan McGuire)
  3. Newsgroups: comp.os.ms-windows.programmer.tools.misc,comp.os.ms-windows.programmer.win32,comp.os.ms-windows.programmer.misc,comp.lang.c++
  4. Subject: Re: [Q] Why doesn't this compile?
  5. Date: Fri, 19 Apr 1996 11:44:09 GMT
  6. Organization: Clemson University
  7. Message-ID: <4l7uc9$6gb@hubcap.clemson.edu>
  8. References: <317523C0.5042@eps.agfa.be> <4l3e5l$e1t@druid.borland.com> <woernerDq1299.Fup@netcom.com> <4l5kma$d2b@hubcap.clemson.edu>
  9. NNTP-Posting-Host: hubcap.clemson.edu
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. rmcguir@hubcap.clemson.edu (Bryan McGuire) wrote:
  13.  
  14.  
  15. >1. I disagree,  B::L is not the same scope as A::L. Only static member
  16. >   functions can be called out of scope.
  17.  
  18. >2. B::L::f() would use A::L::f() anyway because of how B was inherited
  19. >from A.
  20.  
  21. Oops, never mind!
  22.  
  23.  
  24.